e2177e9b8ce54a715f559e9af3c8946d10d42596,src/com/opencms/workplace/CmsChannelTree.java,CmsChannelTree,getIcon,#CmsObject#I_CmsResourceType#CmsXmlWpConfigFile#,276

Before Change



    private String getIcon(CmsObject cms, I_CmsResourceType type, CmsXmlWpConfigFile config) throws CmsException {
        String icon = null;
        String filename = config.getWpPicturePath() + C_ICON_PREFIX + type.getResourceTypeName().toLowerCase() + C_ICON_EXTENSION;
        CmsResource iconFile;

        // check if this icon is in the cache already

After Change



    private String getIcon(CmsObject cms, I_CmsResourceType type, CmsXmlWpConfigFile config) throws CmsException {
        String icon = null;
        String filename = config.getWpPicturePath() + C_ICON_PREFIX + type.getResourceTypeName() + C_ICON_EXTENSION;
        CmsResource iconFile;

        // check if this icon is in the cache already